;; For More TDLs File Subscribe :::Explore Busy:::

; It does not allow the user to enter the amount, if the cash balance is less than Zero.

[#Part: VCFG Accounts]

	Local : Line : VCFG NegativeCash : Invisible : Yes

[#Field: VCH CrAmt]

	Control : NegativeCash : NOT $$IsEmpty:$LedgerName AND +
	          $$IsGroupCash:$Parent:Ledger:$LedgerName AND +
	          NOT $$IsEmpty:@@LedgerTotal AND +
	          NOT $$IsEmpty:@@LedgerTotal AND NOT $$IsDr:@@LedgerTotal

[#Field: ACLSAmt]

	Control : NegativeCash : NOT $$IsEmpty:$LedgerName AND +
	          $$IsGroupCash:$Parent:Ledger:$LedgerName AND +
	          NOT $$IsEmpty:@@LedgerTotal AND NOT $$IsDr:@@LedgerTotal

[#Field: ACLSTotal]

	Control : NegativeCash : NOT $$IsEmpty:$LedgerName AND +
	          $$IsGroupCash:$Parent:Ledger:$LedgerName AND +
	          NOT $$IsEmpty:@@LedgerTotal AND NOT $$IsDr:@@LedgerTotal

[#Field: DisburseAmt]

	Control : NegativeCash : NOT $$IsEmpty:$LedgerName AND +
	          $$IsGroupCash:$Parent:Ledger:$LedgerName AND +
	          NOT $$IsEmpty:@@LedgerTotal AND NOT $$IsDr:@@LedgerTotal

[#Field: VCH Amount Template]
	Control : NegativeCash : NOT $$IsEmpty:$LedgerName AND +
	          $$IsGroupCash:$Parent:Ledger:$LedgerName AND +
	          NOT $$IsEmpty:@@LedgerTotal AND NOT $$IsDr:@@LedgerTotal

[#Field: ACLSFixedLed]
	Control : NegativeCash : NOT $$IsEmpty:$LedgerName AND +
	          $$IsGroupCash:$Parent:Ledger:$LedgerName AND +
	          NOT $$IsEmpty:@@LedgerTotal AND NOT $$IsDr:@@LedgerTotal

;; End-of-File
;; For More TDLs File Subscribe :::Explore Busy:::